Click or drag to resize

MessageEncoding Property

Gets or sets message encoding. Default is UTF8 encoding.

Namespace:  Independentsoft.Msg
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Encoding Encoding { get; set; }

Property Value

Type: Encoding
The encoding.
Examples
In order to save message as Unicode use:
message.Encoding = System.Text.Encoding.Unicode;
See Also